home *** CD-ROM | disk | FTP | other *** search
- /* ASC_DEF.H : Macros which may be generated by XTABS when writing
- to C_TEXT destination. XTABS warns if this happens.
- NOTE THAT all these macros' values must be quoted texts.
- (c) 1995 by Andrew Stephenson -- Part of XTABS file set : 2feb95 */
-
- #define ASC_NUL "\000"
- #define ASC_SOH "\001"
- #define ASC_STX "\002"
- #define ASC_ETX "\003"
- #define ASC_EOT "\004"
- #define ASC_ENQ "\005"
- #define ASC_ACK "\006"
- #define ASC_BEL "\007"
- #define ASC_BS "\010"
- #define ASC_HT "\011"
- #define ASC_LF "\012"
- #define ASC_VT "\013"
- #define ASC_FF "\014"
- #define ASC_CR "\015"
- #define ASC_SO "\016"
- #define ASC_SI "\017"
- #define ASC_DLE "\020"
- #define ASC_DC1 "\021"
- #define ASC_DC2 "\022"
- #define ASC_DC3 "\023"
- #define ASC_DC4 "\024"
- #define ASC_NAK "\025"
- #define ASC_SYN "\026"
- #define ASC_ETB "\027"
- #define ASC_CAN "\030"
- #define ASC_EM "\031"
- #define ASC_SUB "\032"
- #define ASC_ESC "\033"
- #define ASC_FS "\034"
- #define ASC_GS "\035"
- #define ASC_RS "\036"
- #define ASC_VS "\037"
-
- #define ASC_DEL "\177"
-
- /* End */